home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / akcl / akcl1615.lha / c / ChangeLog < prev    next >
Lisp/Scheme  |  1992-04-29  |  51KB  |  1,320 lines

  1. Wed Apr 29 09:02:59 1992  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  2.         *cmpnew/lfuns.lsp make load,open, error-set go through lisp
  3.     symbol, so users can redefine them (eg when loaded common lisp
  4.     condition code stuff).
  5.         * defstruct.lsp: put the conc-name in the current package,
  6.     so that programs can discover the package in effect when
  7.     the defstruct was done, in order to reconstruct accessors.
  8.  
  9. Sun Apr 26 23:28:42 1992  Bill Schelter  (wfs@sonia.ma.utexas.edu)
  10.  
  11.     * predicate.c: contains_sharp_comma handle non type t arrays
  12.     * co1typep optimize for the '(satifies fun) type.
  13.     * cmpinline.lsp, cmplabel.lsp, cmploc.lsp
  14.     inline-integer  (set-loc unwind-exit get-inline-loc)
  15.     fixes by r harris.
  16.  
  17. Thu Apr 23 15:09:44 1992  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  18.  
  19.     * cmpenv.lsp  fix function return integer proclamation.
  20.  
  21. Sat Apr 11 09:25:05 1992  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  22.  
  23.     * numlib.lsp: changes to ensure double accuracy not lost.
  24.  
  25. Thu Apr  9 11:21:25 1992  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  26.  
  27.     * log,exp,.. get more accuracy if given a fixnum[don't use short-float]
  28.     * cmptop.lsp empty keyword list bug (defun foo(&key) nil)
  29.     * many files add hooks for dos port.
  30.  
  31. Fri Mar 27 15:59:24 1992  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  32.  
  33.     * (cmpinline.lsp) inline-args of a closure var which changed later,
  34.     signalled a compiler error.
  35.  
  36. Wed Mar 25 14:38:41 1992  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  37.  
  38.     * (read.d) make read listen to when ':' is a read macro. in read_object
  39.     * (cmpfun.lsp,cmpopt.lsp): Fix optimizer for (typep x 'ratio)
  40.     * (predicate.c): fix equalp so (equalp (format nil "hi") "hi") -->t
  41.  
  42. Wed Mar 11 14:16:59 1992  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  43.  
  44.     * (read.d): fix failure of (read-string "#b1"). Handle eof in 
  45.     read_constituent 
  46.  
  47.  
  48. Wed Feb 26 21:38:04 1992  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  49.  
  50.     * cmpfun.lsp change read-char optimizer so as to avoid
  51.     a C compiler bug on dec3100, which causes an unaligned access
  52.     on that machine in calls to read-char.  
  53.  
  54. Wed Jan 29 08:30:09 1992  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  55.  
  56.     * hp800.{h,defs} changes to run incrementally loaded text in a
  57.     separate segment (at 4zillion).  Without this hp will only let
  58.     you run one image at a time.   Unfortunately there will be a slight
  59.     degradation in indirect calls (which includes all calls between
  60.     user functions).    Why do they need to have segments....
  61.  
  62. Thu Jan 23 17:01:37 1992  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  63.  
  64.     * add some save and retore around the terminal interrupt, to
  65.     prevent some possible lossage when continuing from an interrupt.
  66.     You still may lose if there is a gc during an interrupt.
  67.      
  68.  
  69. Wed Jan 22 19:08:11 1992  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  70.  
  71.     * support for mac under AUX.   Files mac2.h, mac2.defs [by weigert]
  72.     * misc small changes to other files for mac.
  73.  
  74. Sun Jan  5 21:35:21 1992  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  75.     
  76.     * new definitions for fplus and fminus in cmac.c   The ones for
  77.     the 68020 were incorrect (since the changeover of the bignum code).
  78.     These were only used by maxima.
  79.  
  80. Fri Nov 22 08:39:42 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  81.  
  82.     * Change proclaim of function so to turn integer
  83.     proclained args into type T.   It is not possible to
  84.     pass raw integer type since this would cause a problem
  85.     with gc.    Also currently it would have generated C which
  86.     broke the C compilation.    
  87.  
  88. Tue Oct 29 07:59:02 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  89.  
  90.     * add misc/warn-slow.lsp.   If this file is loaded, then the compiler
  91.     warns of certain slow constructs, like undeclared arithmetic,
  92.     and slow array references.
  93.  
  94. Thu Oct 24 21:34:55 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  95.  
  96.     * funlink.c to handle misproclaimed functions better.
  97.     * big.c correct one source of "bad length" warning
  98.  
  99. Sun Oct 20 12:55:35 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  100.  
  101.     * gbc.c change position of where the C stack is marked from.
  102.     This is relevant for sparcs with the register windows, which
  103.     are dumped at interrupts.
  104.     * cfun,gbc changes as per PCL mods for turbo closures.
  105.     * read.d use 1000000000.0 rather than 1/ this , since it gives
  106.     more accurate value in read of float.
  107.     * cmpfun.lsp add hook for (typep x 'foo) so that can expand
  108.     this differently according to a property of 'foo.
  109.     * cmpcall.lsp, add a  hook so that special code can be emitted
  110.     for calls where a super_funcall_no_event would have been emitted.
  111.     This code might be used where we expect closures (cf PCL)
  112.     
  113.     
  114.  
  115. Wed Oct  9 21:31:03 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  116.  
  117.     * read.d to make 0.7 and (/ 7.0 10) produce identical results.
  118.     when read (at least on 68k,sparc, rios).
  119.     We have left the default number of digits printed out as 17,
  120.     in spite of the fact that IEE has only 15.95 significant digits.
  121.     The reason is that correct rounding to 15 or 16  digits, will
  122.     commonly cause things like most-positive-long-float to print
  123.     in a form which is not even readable (since it is rounded up above
  124.     the most-positive-long-float).
  125.  
  126. Mon Oct  7 20:54:35 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  127.  
  128.     * fix LD_COMMAND typo in hp800.h
  129.     * fix replace_array to make the new array not live
  130.     beyond the call, so that gc won't accidentally mark two
  131.     copy two identical array bodies (so maybe overstepping the
  132.     the new relblock)
  133.  
  134. Fri Oct  4 10:58:59 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  135.  
  136.     * close to work on already closed streams.
  137.     * make_pure_array arg fixed (num_log.c)
  138.     * estack_buf put in static area on machines like rios.
  139.     
  140.  
  141. Sun Sep 29 12:43:54 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  142.  
  143.     * fix to relblock allocation in sgc_start
  144.     * fix for paths with "~/"
  145.     * change default pagesize on sun3 to 4k
  146.     
  147.  
  148. Sat Sep  7 13:51:24 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  149.  
  150.     * fix bit-array-op to make correct call to si::make-array-pure
  151.     (num_log.c)
  152.  
  153. Mon Aug  5 18:06:35 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  154.  
  155.     * wt-cvars add declaration for VXXalloc variables
  156.  
  157. Tue Jul 30 16:48:09 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  158.  
  159.     * interpreted mapcar not gc protecting when given more than 2 args.
  160.  
  161. Sat Jul 27 12:32:35 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  162.  
  163.     * changes to subtypep to make (subtypep 'cons '(and t cons))
  164.      and (subtypep 'simple-array '(not vector)) correct.
  165.  
  166. Fri Jul 26 09:25:56 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  167.  
  168.     * change equal and hash_equal not to descend into structures.
  169.     A ruling in CLTL2, clarifies that this should be the case.
  170.     * alter get-setf-method and friends to accept environment as second
  171.     argument.   Alter all the complex setf methods to pass the environment
  172.     so that local functional and macro bindings can alter the behaviour
  173.     of the setf macro.
  174.  
  175. Tue Jul 23 06:25:39 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  176.  
  177.     * sharing for fasd files for package operations was disabled.
  178.     Otherwise the symbol in a shadow would be shared with the symbol's
  179.     later occurrence in the file--It is still a good idea to put
  180.     package operations in a separate lisp  file at the beginning of
  181.     system load.
  182.     * adjustable arrays brought into conformance with changes in CLTL
  183.     II.  You  
  184.     may now adjust non adjustable arrays, and the fill-pointer argument
  185.     to adjust-array does not change the property of having or not having
  186.     a fill pointer for the array.
  187.  
  188.     
  189.  
  190. Sun Jul 21 12:44:04 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  191.  
  192.     * fix cmac.c for maxima (error in dblrem)
  193.  
  194.     * sloop for v on l by 'joe
  195.     changed to allow for the possibility that joe is a macro.
  196.     [used by maxima].
  197.  
  198. Wed Jul 10 10:45:54 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  199.  
  200.     * littleXlsp is included which provides an interface to some
  201.     simple X windows routines.   It is not in the image by default
  202.     See the file lsp/littleXlsp.lsp for directions.
  203.  
  204. Tue Jul  9 16:29:23 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  205.  
  206.     * add VOL declarations for setjmps in format.c to allow to work
  207.     with gcc on the sparc.
  208.     * add stuff to cmplam.lsp for VOL declarations of &aux variables.
  209.     
  210.  
  211. Wed Jun 26 20:59:04 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  212.  
  213.     * Change to gc mark of c stack to make sure register windows
  214.       are flushed, by calling recursively.
  215.     * add special bignum code for rs 6000 and aix 370
  216.     * fix for read suppress and the defstruct reader.
  217.     * Source level debugging improved (see doc/DOC and doc/dbl.el) 
  218.     * Catch infinite recursion of proclaimed functions.   Handle
  219.     segmentation faults on an alternate stack--so don't play around
  220.     to much after a segmentation fault before quitting to top level.
  221.     * support for hp800 (and hp700) added.
  222.       
  223.     
  224. Wed May 22 14:54:29 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  225.  
  226.     * added new slot to struct stream, to hold the buffer.
  227.     gbc.c and file.d  had been referencing the field in FILE
  228.     directly, but that is not reliable on att Sys V 4.
  229.  
  230. Thu Apr 11 17:04:54 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  231.  
  232.     * add conc-name to the s-data structure so users may get at
  233.     it (defstruct.lsp).
  234.     * add install_segmentation_catcher() and also in error()
  235.     (ususually arises from real segmentation faults), then turn
  236.     off sgc, if it's on, to avoid having the error handler stall
  237.     on trying to alter pages which are write protected (since
  238.     we are still within the memprotect_handler.
  239.  
  240. Thu Apr  4 08:37:50 1991  Bill Schelter  (wfs at max.ma.utexas.edu)
  241.  
  242.     * If HAVE_YP_UNBIND is defined, added to c/main.c the
  243.     unbinding of the default yp domain.  In sun os 4.1
  244.     we were getting a segmentation fault in _yp_dobind_soft()
  245.     on a restarted system.
  246.     
  247.  
  248. Sat Mar 30 09:01:57 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  249.  
  250.     * Fix listen and clear-input (file.d and read.d).
  251.     macros LISTEN_FOR_INPUT and HAVE_IOCTL are defined in
  252.     att.h, bsd.h, and for the aix systems.   I have tested
  253.     it under aix, sun, 4.3bsd, sgi4d and hpux.   Not sure about
  254.     vannilla sysv (may have to be #undef'd there).
  255.     * fixed pathnames such as "~wfs/foo.lisp" to work.
  256.     (see unixfsys.c).
  257.     
  258.  
  259. Mon Mar 25 12:25:34 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  260.  
  261.     * Make sure that long float arrays get allocated on multiple of
  262.     sizeof(double ) alignment array.c,gbc.c..  Also unixfasl.c
  263.  
  264.     * Add to Smakefile an initial execution of xbin/{machine}-fixes
  265.     if that file exists.   Use this for correction of temporary bug
  266.     fixes, such as the bad sgi4d c compiler.
  267.  
  268.  
  269. Mon Mar 18 12:06:26 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  270.  
  271.     * The structure of bignums and the underlying code was changed
  272.     completely.   This affected many files including big.c,num_co.c
  273.     print.d, read.d, predicate.c, num_arith.c,.. See the file doc/bignum
  274.     for a discussion.    The compiler was also changed to include
  275.     integer as a primitive type with storage allocated on the stack.
  276.     * A notion of deducing result type from argument types was
  277.     added to the compiler.  Initially we are just doing that for
  278.     the basic integer functions, but it can be extended to others
  279.     * The optimization in cmpopt.lsp have been changed to allow more
  280.     flags to accommodate things like the result-type-from-args.
  281.     The compiler will normally warn (for the time being) if you
  282.     give it old style optimizations.   Because of the extensive
  283.     changes to the compiler I have changed the default safety
  284.     for compiling the cmpnew directory back to 2.  
  285.     
  286. Thu Feb 14 16:06:42 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  287.  
  288.     * debug.lsp, eval.c: fix break-step-next and break-step-into to pass
  289.     the correct environment back so that evaluating variables or
  290.     local functions will be done correctly in the debugger.
  291.  
  292. Mon Feb 11 16:24:15 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  293.  
  294.     * Fixed *break-points* function to bind the correct enviroment
  295.     so that variables will get the right values.
  296.  
  297. Mon Jan  7 21:21:22 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  298.  
  299.     * make inline string adjustable (cmptop.lsp)
  300.     * multiple changes to lsp/debug.lsp and lsp/top.lsp
  301.     to allow source line debugging using si::nload.
  302.     * debugger largely redone.   :bt new backtrace
  303.     function (:b still there).  see DOC file
  304.     * add xdr-open xdr-write xdr-read to the si package.
  305.     * akcl 532 compatible with maxima 4-153
  306.     
  307.  
  308. Wed Dec  5 01:49:50 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  309.  
  310.     * check_alist should allow nil, since the CLTL allows nil
  311.     in place of a cons in an alist.
  312.     * many changes to debug.lsp, eval.c and top.lsp to allow
  313.     source level debugging.   The emacs file dbl.el was added.
  314.     It and the DOC file contain more information, but basically
  315.     there is automatic source display when broken in the debugger
  316.     (for lisp files loaded with nload).
  317.  
  318. Tue Nov 20 20:07:02 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  319.  
  320.     * Changes to all places where function assignments are made 
  321.     to allow the hook compiler-def-hook, to be run.   This hook
  322.     is used by the new source code debugger dbl.
  323.     * dbl allows debugging of lisp code with a display of an
  324.     arrow in the window opposite the line currently broken at
  325.     or being executed.
  326.     * The safety on the cmpnew files has been changed to safety 0.
  327.     Please notify of any places where this causes a problem!   It
  328.         should result in significantly faster compilation.   The error
  329.     checks should be in the source.
  330.  
  331. Thu Nov  8 05:31:34 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  332.  
  333.     * fix aix3_mprotect/mprotect.c [wrong calculation of overflow]
  334.     * fix memory_protect in sgbc.c
  335.     
  336.  
  337. Wed Nov  7 09:56:30 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  338.  
  339.     * Change compiler-clear-compiler-properties, to take 2 args.  This
  340.     is to provide compiler-def-hook, which lets you get the code just
  341.     before it is installed.
  342.  
  343.     * Misc support for IBM 370 mainframe running under AIX.  (u370)
  344.     * change malloc at startup to use some static space, since
  345.     the gc may not be initialized before some startup routines need
  346.     to malloc (aix3).
  347.  
  348.     * fix to cmptag.lsp.   Tags in cross closure tagobdies were sometimes not
  349.     being written out. (bug had been there forever).   C compiler would
  350.     fail when the tag was not there.
  351.     
  352.  
  353. Fri Oct 26 15:00:37 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  354.  
  355.     * change call_proc, the routine used to link proclaimed functions.
  356.     It was not incrementing vs_top soon enough, so that with args
  357.     (t t fixnum), with fast links off, the make_fixnum caused by
  358.     the last arg, might cause a gc which zeroed the vs stack above
  359.     vs_top, so eliminating arg1.   Symptom was an <objnull> passed
  360.     as second arg.   This could only happen when functions were proclaimed,
  361.     and had type not = t.
  362.  
  363. Sat Oct  6 08:08:47 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  364.  
  365.     * change assoc in list.d so (assoc nil '(nil (nil . a))) --> (nil
  366.     . a)
  367.       also change cmpfun.lsp in the compiler for this. (bug rep mccain)
  368.     * Allow #' in the (:print-function  #'(lambda (..))  defstruct option
  369.       (bug report baxter)
  370.  
  371. Thu Sep 20 19:05:05 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  372.  
  373.     * Fix cmpthrow in cmpcatch.lsp so that handles
  374.     lexical closures correctly.
  375.  
  376.     * Fix cmpeval.lsp for incrementing a structure slot
  377.     which is fixnum.
  378.     * Fix cmpmain.lsp adding support for the floating point
  379.     save ops on rios.
  380.     
  381.  
  382. Sun Sep  2 16:44:24 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  383.  
  384.     * Fix perm_writable.  It was leaving out the last page! (Vignaux)
  385.  
  386. Mon Aug 20 15:15:03 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  387.  
  388.     * fix acos and asin in numlib.lsp   (bug was (acos .5) was complex!)
  389.  
  390. Wed Aug 15 14:01:06 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  391.  
  392.     * to fasdump.c: close_fasd was munging the array handed
  393.     to it to cleanup.    This could cause gc problems later.
  394.  
  395.     * Several changes to gc.   The alloc_relblock function fixed
  396.     to take into acount that rb_start - heap_end may not be
  397.     holepage anymore [since if sgc_enabled we have a second
  398.     `sgc' rb_start after the first].    We ensure that nrbpage
  399.     is actually the combined number of pages for relblock,
  400.     for sgc and regular gc. (alloc.c)   
  401.  
  402. Tue Aug 14 16:04:19 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  403.     * changes to sgc to the way memory protection is turned on.
  404.  
  405.     * There may be problems with saving an image with (sgc-on t)
  406.     These have not been resolved, at least under rios, and perhaps
  407.     other machines.
  408.  
  409.     * many changes for aix 3, for rios
  410.  
  411.     * for sgi, change the Init_links to come before doinit
  412.     * the sgi4d does not need the links stuff.
  413.  
  414. Wed Aug  8 21:59:37 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  415.  
  416.     * Change to h/secondary_sun_magic to make it have 8 characters.
  417.     * fix use-package so that allows using a package with an external
  418.     symbol, if that symbol is shadowed by the current package.
  419.     * Several fixes for sun os 4.1 (secondary magic stuff).
  420.  
  421. Wed May 23 11:47:34 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  422.  
  423.     * Make traced functions stay traced after redefinition
  424.     [change clear_compiler_properties, and its many callers]
  425.     * Fix two bugs introduced in trace.lsp when its functionality
  426.     was increased.
  427.     * fasdump.c (fix coercion).
  428.  
  429. Thu Apr 12 15:28:49 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  430.  
  431.     * Change behaviour of proclaimed, compiled keyword argument functions, so that
  432.     duplicate keys are allowed, and the leftmost takes precedence.
  433.     [bind.c:parse_key_new]
  434.  
  435. Mon Apr  9 14:48:43 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  436.      
  437.     * make subtypep (predlib.lsp) handle types of form '(not p) correctly.   This
  438.     in turn influences compiler optimizer handling of (typep x '(not p))
  439.     * fix read (read.d) so that it allows eof to occur during reading of a semicolon
  440.     comment line.
  441.     * fix c1values (cmpmulti.lsp) so that (values (truncate a b)) does just
  442.     return one value.   
  443.  
  444. Sun Apr  1 22:11:46 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  445.  
  446.     * make float-digits and float-precision return the significant
  447.     digits in terms of float-radix.
  448.     * If si::*print-nans* is not nil, then the C printing of Nan's
  449.     and infinity surrounded by #< > will be used.
  450.  
  451. Fri Mar 30 10:24:35 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  452.  
  453.     * gbc.c, sgbc.c: displaced arrays have been a real headache.
  454.         (dotimes (i 5000)  (make-array 1 :element-type 'string-char :displaced-to
  455.               (format nil "0")))
  456.     would cause bad things to happen in kcl and akcl.   I finally decided
  457.     that the link between an array and the array it is displaced to should
  458.     be made firm.     If A is displaced to B, the user can always do adjust-array
  459.     on A to destroy the displacement.   But from now on, as long as the
  460.     displacement exists then if B is marked this will cause marking of A,
  461.     and vice versa.
  462.  
  463. Wed Mar 28 16:41:17 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  464.  
  465.     * cmpeval.lsp co1structure-predicate:
  466.     (defstruct foo a b ..) then foo-p was less efficient
  467.     than it had been in some earlier release.
  468.     Note:after (si::freeze-defstruct 'foo) you get the fastest foo-p,
  469.     since this declares the hierarchy of structures including
  470.     foo to be frozen.
  471.     
  472.  
  473. Wed Mar  7 13:30:57 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  474.  
  475.     * fixed copying of relblock in gc, so that if an array body
  476.     is allocated on C stack [the read_fasd does this for a temp array
  477.     it needs] then this array will not be copied.   In some cases this
  478.     could have caused the copied relblock to exceed nrbpage size, which
  479.     is all that sbrk had provided.
  480.  
  481.     * read-fasd could not be recursively entered from the lisp_eval calls which
  482.     were possible [from things like require or other package ops].
  483.     Fixed in fasdump.c
  484.     
  485.     
  486. Mon Mar  5 11:54:49 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  487.  
  488.     * Increase BDSGETA to allow some freedom in the debugger after
  489.     a bds overflow.
  490.  
  491. Tue Feb 27 09:19:49 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  492.  
  493.     * fix printing NIL relative to a package not using LISP.
  494.  
  495. Tue Feb 20 00:10:58 1990  Bill Schelter  (wfs at fireant.ma.utexas.edu)
  496.  
  497.     * Add compiler::*split-files*, to allow convenient splittling of
  498.     large lisp files, for C compilers which can't handle infinitely
  499.     long C files.  See doc/DOC file.
  500.         * Fix to fasdump.c.  Broke when a .o file was loaded during compilation.
  501.  
  502. Fri Feb 16 09:11:08 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  503.  
  504.     * si::*load-pathname* is now bound to the pathname of the current file
  505.     being loaded.  
  506.     
  507.  
  508. Sat Feb 10 13:36:44 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  509.  
  510.     * Add the co1special prop check in c1symbol-fun, for fixing macros which
  511.     expand into declares in do, do*, prog, prog* (see also cmpfun.lsp)
  512.     * Fix level in c2call-local (bug report by harris).
  513.  
  514. Tue Jan 23 18:37:58 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  515.  
  516.     * change to siLreplace_array, so that the first word of the old
  517.     array header is preserved, so that in case sgc is on, the
  518.     array won't be marked SGC_RECENT, and so garbage collected if
  519.     there were no pointers to it.
  520.  
  521. Sun Jan 21 20:30:48 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  522.  
  523.     * Many changes to the compiler:  Only defuns and defmacros are
  524.     compiled by default.    A flag compiler::*compile-ordinaries* if
  525.     t means all forms will be compiled (use this for pcl at the moment).
  526.     See doc under compile-file.
  527.     * eval-when default behaviour changed to be in line with the X3j13
  528.     CL standard.   See compile-file doc.
  529.     files: fasdump.c,cmpaux.c,cfun.c, cmptop, cmpwt,cmpenv, cmpspecial,
  530.     cmpflet.
  531.     * some advantages of the new init scheme.  Some files can be substantially
  532.     smaller, and there is more flexibility in writing out the init.   Things
  533.     like closures which are constant, can be set in as constants.
  534.  
  535. Thu Jan  4 23:24:46 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  536.  
  537.     * make sublis for eql equal and eq be substantially more efficient.
  538.       [list.d, and cmpfun.lsp]
  539.         * fix file_exists for AIX (stat returns 0 there even if file
  540.     ending in slash is not a directory (ie /u/all/bmt/.login/ would
  541.     have existed.
  542.     * make boolean be a real type, so that we can distinguish between
  543.     calls to a function which want only a boolean reply or calls
  544.     which need more.   An example is probe-file which can be 30
  545.     times faster when only a boolean reply is needed, not the truename.
  546.     This required changes to cmptype,cmpif cmpinline.
  547.     * add additional optimizations to  cmpopt.lsp.
  548.     * fix vector-push-extend optimization [cmpfun, cmpopt]
  549.     * various fixes to sgc
  550.     
  551.     
  552.  
  553. Sat Dec 23 18:30:03 1989  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  554.  
  555.     * Fix multiple-value-prog1 in cmpmulti.lsp
  556.     (eval-when (compile) (proclaim '(function foo (t t) t)))
  557.     (defun jil () (multiple-value-prog1 (values 1 2) (foo 3 4)))
  558.     (defun foo (a  b) (joe a b) (cons a b))
  559.     (defun joe (a b) (list a b))
  560.     would have (jil) --> 3 4 until this fix.  This dates from original kcl.
  561.     
  562.  
  563. Tue Dec  5 20:22:58 1989  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  564.  
  565.     * changes to alloc.c, gbc.c, page.h, object.h to allow stratified
  566.     garbage collection [SGC].   This should help systems with
  567.     a large amount of relatively static data.   Only pages written
  568.     to since sgc-on need be marked and swept.   See DOC file.
  569.  
  570. Sat Nov 11 07:08:27 1989  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  571.  
  572.     * Add various va_end(ap)'s to match unmatched va_start's.
  573.     * add in some changes for hp300's faslink.
  574.     * add additional support for cmpnew/collectfn.lsp   See the
  575.     documentation in the DOC file for emit-fn and friends.
  576.     Basically it is for getting proclamation info, who-calls info,
  577.     undefined info, from a pass of the compiler on a system.
  578.     * add additional undefined warnings for undefined lisp package
  579.     functions in addition to the list-undefined-functions.
  580.  
  581.     
  582.  
  583. Tue Oct 31 06:02:18 1989  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  584.  
  585.     * add support of Iris 4d machine.
  586.     * Fix COERCE_VA_LIST for non standard machines, to
  587.     take the argument n. 
  588.     * Make sure defun, defmacro,.. clear the accessor property
  589.     for defstruct slots.
  590.  
  591. Sat Oct 28 11:06:25 1989  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  592.  
  593.     * remove an abort() from rel_sun4.c.   This type
  594.     of relocation now occurs, and our method has been tested.
  595.     
  596.  
  597. Fri Oct 27 23:01:42 1989  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  598.  
  599.     * if the *system-directory* directory contains the file sys-init.lsp
  600.     then this file will be loaded at startup.   This facility
  601.     is used for printing the warning message at startup, but
  602.     can be used for local modifications.   Also by having two
  603.     system directories [via links and different commands]
  604.     different startups could be loaded.    All this is in
  605.     addition to the regular init.lsp.   The purpose of this
  606.     is to allow patches to be loaded, without requiring a
  607.     resaving of the image. [Recall the system directory
  608.     is the first argument to invoking a saved_kcl, or
  609.     the first part of the pathname if there is not a first arg
  610.     Typically it is the unixport directory if you use the
  611.     xbin/kcl command]
  612.  
  613. Tue Oct 24 20:23:56 1989  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  614.  
  615.     * Add packlib to the unixport/boots file so that help*
  616.     gets compiled using the new do-symbols macro.
  617.     * Add alternate malloc.c file from gnu emacs, if you
  618.     define GNU_MALLOC.   This runs much faster (15X) if you are
  619.     incorporating lots of C code with mallocs.
  620.     
  621.  
  622. Thu Oct 19 21:28:25 1989  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  623.  
  624.     * add si::fwrite and si::fread for doing io on file streams.
  625.     * Eliminate the need for the separate compiler file cmpinclude.h
  626.     This means that only one file is now needed for an executable,
  627.     and there won't be confusion over which cmpinclude.h goes with
  628.     which version.   We store the file as a string, and write it
  629.     into the c files as they are compiled [if *cmpinclude-string* is
  630.     a string and :system-p t is not given to compile].   The time
  631.     difference for doing the extra write is not measurable, even
  632.     with tiny compiles.
  633.  
  634. Wed Oct  4 23:41:17 1989  Bill Schelter  (wfs at rascal)
  635.  
  636.     * co1eql was causing a double evaluation
  637.     in some special circumstances.
  638.     
  639.  
  640. Mon Oct  2 08:48:30 1989  Bill Schelter  (wfs at rascal)
  641.  
  642.     * Many changes to the compiler to support &optional, &rest
  643.     &key args to be passed on the C stack.  This is still limited
  644.     to functions proclaimed to return one value.
  645.     * Allow user to grow the stacks from top level [see *multiply-stacks*
  646.     doc]
  647.     * Code for making proclamation files and collecting
  648.     cross referencing data in cmpnew/collectfn.lisp.   This
  649.     is to allow a second compile of a system to take advantage
  650.     of information obtained in the first compile.
  651.     * catch-fatal added.
  652.     * read.d float read fixed for little endian machines.
  653.     * do,prog,prog* and do* compilation fixed so that declare's
  654.     at the beginnning of the bodies    which are hidden by macros, are
  655.     detected and processed.
  656.     * :dynamic-extent declaration recognized to allow &rest
  657.     * proclaimed functions with one return value, will now be
  658.     compiled to use the C stack even if they have more than 10 args.
  659.     
  660.     
  661.     
  662.  
  663. Tue Sep  5 22:15:23 1989  Bill Schelter  (wfs at rascal)
  664.  
  665.     * Change add-function-proclamation to be more efficient
  666.     when handed long lists of proclaims.   Maxima for example
  667.     generates 3871 proclaims of functions.  This now takes
  668.     4 seconds instead of 2 minutes.
  669.  
  670. Mon Sep  4 00:25:29 1989  Bill Schelter  (wfs at rascal)
  671.         * cfun_to_combined fixed for t_sfun,t_gfun.
  672.       
  673.     * ihs_function_name fixed for t_sfun,t_gfun
  674.     Mainly used in error handling and printing.
  675.  
  676.     * compiled-function-name fixed to handle t_sfun,t_gfun
  677.     [this is used in the error handler]
  678.  
  679. Thu Aug 31 09:57:09 1989  Bill Schelter  (wfs at rascal)
  680.  
  681.     * fix reduce in seqlib.lsp.   
  682.  
  683. Wed Aug 30 16:44:05 1989  Bill Schelter  (wfs at rascal)
  684.  
  685.     * change cmpeval.lsp,cmploc.lsp to make small fixnums
  686.     write out without the indirection through VV
  687.  
  688.  
  689.     
  690.         ---------Version 206-------------
  691.  
  692. Mon Aug 28 13:44:49 1989  Bill Schelter  (wfs at rascal)
  693.  
  694.     * cmptag.lsp:add-reg changed to handle dotted list case
  695.  
  696.     * Added new types t_sfun, t_gfun of compiled function
  697.     objects to save space and speed funcall.  See doc/funcall
  698.     for details.   Many c files changed as well as compiler.
  699.     
  700.     * cmpeval.lsp: made #, have the c1special property,
  701.     instead of c1, so these will compile properly on safety 3
  702.  
  703.     * add si::set-mv, si::mv-ref, to allow people to implement
  704.     faster version of multiple values.  Someday this way will
  705.     be the default [see doc/multiple-values and lsp/fast-mv.lisp] 
  706.      
  707.     
  708.  
  709. Thu Aug 10 11:51:05 1989  Bill Schelter  (wfs at rascal)
  710.  
  711.     * Fixed prev  fix to print in print.d so that ok if stream = t.
  712.     
  713.  
  714. Mon Aug  7 10:19:11 1989  Bill Schelter  (wfs at rascal)
  715.  
  716.     * Support for HP300bsd (bsd from mt xinu) added.
  717.     * print fixed to add space after printing.
  718.     * describe modified to print more information on structures
  719.  
  720. Fri Jul 28 09:18:15 1989  Bill Schelter  (wfs at rascal)
  721.  
  722.     * trace.lsp  Add keyword args allowing special
  723.     entry, exit, conditional and other handling of
  724.     traced forms.   You can for example specially print
  725.     args, or break if args or values are inappropriate.
  726.     See file doc/trace.
  727.     
  728.     * c1decl-body: recognize safety level on first pass.
  729.  
  730. Sat Jul  8 15:21:42 1989  Bill Schelter  (wfs at rascal)
  731.  
  732.     * defstruct.lsp and read.d:
  733.     Fix patch_sharp to handle structures, and sharp-s-reader
  734.     to do its reads recursively.
  735.     Allows constructs such as #1=#S(joe a #1#)  to work.
  736.     
  737.  
  738. Fri Jul  7 13:40:45 1989  Bill Schelter  (wfs at rascal)
  739.  
  740.     * make sure the co1 properties are cleared when functions
  741.     are defined.
  742.  
  743. Mon Jul  3 15:05:51 1989  Bill Schelter  (wfs at rascal)
  744.  
  745.     * Fix sharp-s-reader in defstruct.lsp and remove it
  746.     from iolib.lsp
  747.     * remove =* and =- from gbc.c package.d
  748.     * fix c1value to behave correctly when one value supplied
  749.     in cmpmulti.lsp
  750.     * change #. and #, to interact correctly when called
  751.     after #+ or #-    
  752.  
  753. Fri Jun  2 20:48:06 1989  Bill Schelter  (wfs at rascal)
  754.  
  755.     * sfasl.c gbc.c change error messages from using stderr
  756.     to stdout.   Note the first file descriptor the user
  757.     opens is typically stderr, so these error messages (which
  758.     rarely occurred) did not appear on the screen but rather
  759.     caused resetting the file pointer of the user's stream!
  760.  
  761. Wed May 31 20:31:04 1989  Bill Schelter  (wfs at rascal)
  762.  
  763.     * package.d,symbol.d, packlib.lsp:   Changes
  764.     to package hashing and intern.   Allow flexibly
  765.     sized packages instead of insisting that all
  766.     internal and external packages use table with 512 elts.
  767.     I recommend a prime number as size.   The size of
  768.     the internals table is automatically grown when there are 2 x
  769.     as many symbols as the table size.
  770.     For the byte-reader.im-test file (580K) the read time
  771.     went from 24 seconds to 16.8 seconds. (had been 53 seconds).
  772.     in-package and make-package take keyword args
  773.     :external and :internal to allow specification of the
  774.     size of the table for a new package.
  775.  
  776. Tue May 30 23:00:46 1989  Bill Schelter  (wfs at rascal)
  777.  
  778.     * fix writing of small and large double floats
  779.     in cmpeval.lsp, so that all numbers from smallest
  780.     double to largest may be included as constants
  781.     in compiled code.
  782.  
  783.  
  784. Sun May 28 16:22:07 1989  Bill Schelter  (wfs at rascal)
  785.  
  786.     * array.c:array_allocself takes an additional argument,
  787.     specifying the default value, or NULL if no initial
  788.     value is to be given. 
  789.     si::make-vector has an additional optional arg of the
  790.     default value.
  791.     * seqlib also has calls to array_allocself, which take
  792.     a 0 final arg, indicating that the initialization
  793.     is not to be done.
  794.     * array.c: siLcopy_array_portion added, to allow quick copying
  795.     from one array to another.
  796.     * In top.lsp the *eof* is changed to a local, so as not
  797.     to conflict with the si::*eof*  which is the value returned
  798.     by the system when doing getc.
  799.     g 
  800.     
  801.  
  802. Fri May 12 10:57:39 1989  Bill Schelter  (wfs at rascal)
  803.  
  804.     * Add optimization for (type x 'foo) where
  805.     foo is a structure.  This also affects foo-p.
  806.     If you (setq compiler::*frozen-defstructs* t)
  807.     this allows the compiler to assume that a given
  808.     defstruct will not be extended (by including
  809.     it in more structures) by new defstructs loaded
  810.     in later files.  This can significantly speed
  811.     up type checking.
  812.  
  813.  
  814. Thu May 11 07:43:52 1989  Bill Schelter  (wfs at rascal)
  815.  
  816.     * Fix omission of the extended mul for sun4 in 1.22
  817.     Now a new dependent feature EMUL lets you specify
  818.     an assembler file in the o directory, which will
  819.     be loaded in at the end.
  820.  
  821.     * AKCL added to the *features* list.    This is
  822.     now necessary because of internal differences in structures
  823.     between the standard kcl and akcl.
  824.  
  825.     Structure changes are pretty well complete.
  826.  
  827. Wed May  3 12:11:54 1989  Bill Schelter  (wfs at rascal)
  828.  
  829.     * Fix ceiling and floor (num_co.c) by riley
  830.  
  831. Mon May  1 08:05:55 1989  Bill Schelter  (wfs at rascal)
  832.  
  833.     * fix to gc of displaced arrays.  (bug report
  834.     and partial fix by riley).    Files gbc.c array.c
  835.     undisplace was referrring to possibly freed list
  836.     structure.
  837.  
  838.     * Structures are being completely reworked.
  839.     There are two reasons:
  840.           
  841.     To use much less overhead at compile time of the
  842.     original defstruct.
  843.     
  844.     To allow raw types in defstructs, and allow packing
  845.     of these.    For example a slot (x 0 :type (mod 50)) will
  846.     only require 1 byte.  These structs may be made to
  847.     coincide with C structs more closely.   All ptr or full
  848.     fixnum fields will be aligned on a multiple of the size
  849.     of ptr however for speed of reference and portability.
  850.  
  851.     Needless to say recompilation is necessary for most files.
  852.     System files affected gbc.c, defstruct.c, predicate.c, print.d
  853.     defstruct.lsp cmpfun.lsp cmputil.lsp cmpeval.lsp predlib.lsp
  854.     and maybe some other small changes.
  855.  
  856.     Naturally significant speedups will be gained if one can
  857.     keep integers in raw form:
  858.     (defstruct ja1 (a #\a :type character)(b 0 :type fixnum))
  859.     (defun joe (x n) (sloop::sloop for i below n do (setf (ja1-b x) i)))
  860.     Then (joe (make-ja1) 1000000) takes less than 1 second now,
  861.     as opposed to over 50 seconds prior to these changes.
  862.     
  863.  
  864. Wed Apr 26 11:59:43 1989  Bill Schelter  (wfs at rascal)
  865.  
  866.     * Add message feature for AKCL start up.  If unixport/message
  867.     exists and unixport/message-suppress does not, then
  868.     the file unixport/message will be printed on start up. (top.lsp)
  869.  
  870.     * make o/akcllib.a, a library containing bcmp .. and other
  871.     common functions which are not present in all versions of unix.
  872.     The main link puts this after -lc, so that faster implementation
  873.     dependent versions will be used if they exist.
  874.  
  875. Mon Apr 24 20:28:49 1989  Bill Schelter  (wfs at rascal)
  876.  
  877.     * Change to eliminate char_table.s assembler code.
  878.     This change will unfortunately require users to recompile
  879.     their object code for use with this system.
  880.  
  881.     * Fix bug in cmpinline.lsp, which was allowing
  882.     (rplacd (cons a b) nil) to give the wrong code.
  883.  
  884.     * Add timing for gc, and allow have the si::*notify-gbc*
  885.     flag cause printing the type of gc.
  886.     To time gc's. do (si::gbc-time 0), to set the timer to
  887.     0, (si::gbc-time -1) to reset and turn it off.  It
  888.     returns an integer in internal time units, similar
  889.     to get-internal-run-time.
  890.     
  891.     * Speed up the lisp reader and intern.  On a large file the
  892.     read is 2.4 times faster than it was.
  893.  
  894.     * Many small changes to the include files, to eliminate duplicate
  895.     definitions of symbols, (not allowed by some compilers)
  896.     and also adding COMM_LENG, which can be null for most compilers
  897.     but should be a small integer for the IBM c compiler (it
  898.     does not accept external declarations int foo[], so we do
  899.     foo[COMM_LENG];
  900.     
  901.     
  902. Fri Apr 21 18:13:23 1989  Bill Schelter  (wfs at rascal)
  903.  
  904.     * Fix bug with the new fast read-byte,....
  905.     If the stream argument was supplied, and was not a stream
  906.     but rather T or NIL, there was a problem.   If you declare
  907.     the arg to be of type stream, then you will get identical
  908.     code to before;  otherwise a typecheck for type stream
  909.     will be supplied, branching into the slower code for
  910.     non streams.
  911.     Files cmpopt.lsp and cmptype.lsp
  912.     
  913.  
  914. Tue Apr 18 22:56:54 1989  Bill Schelter  (wfs at rascal)
  915.  
  916.     * More changes to read-byte, write-byte, read-char and
  917.     write-char.   I have removed the :in-file and :out-file
  918.     declarations, and the speed up for the undeclared streams
  919.     should be virtually the same as obtained with the declarations.
  920.     This will affect mainly file streams.   Files cmpfun.lsp,
  921.     cmpopt.lsp, cmpinclude.h, read.d
  922.  
  923.     Note that on read-byte it is still advantageous to use an
  924.     eof which is a fixnum.
  925.  
  926.     reads where the eof-error-p arg is not nil are not speeded up.
  927.  
  928.     It is still the case that two way streams are not speeded up,
  929.     however if (si::fp-input-stream str) returns non nil, then
  930.     you can use the resulting stream for fast input.
  931.  
  932. Thu Apr 13 00:20:11 1989  Bill Schelter  (wfs at rascal)
  933.  
  934.     * fixes to subtypep (as reported by riley)
  935.  
  936.     * changes to allow faster operation of read-char,write-char,
  937.     read-byte and write-byte, when operating on file streams.
  938.     In order to use these you should declare the stream
  939.     to be :in-file or :out-file.
  940.     You can use (typep str :in-file) to
  941.     check if it is really valid.   
  942.  
  943.     (defun myread (str)
  944.              (declare (:in-file str))
  945.         (the fixnum (read-byte str nil -100)))
  946.  
  947.         The above changes should work for ansi C style stdio,
  948.     in particular for unix io.  At the moment it is conditionalized
  949.     for +unix.
  950.     files: cmpfun.lsp, cmpopt.lsp, cmtype.lsp, file.d, cmpenv.lsp
  951.  
  952.     The difference in reading speed is substantial: eg 3 microseconds
  953.     as opposed to 60 microseconds for read-byte.
  954.  
  955.     To make your code portable do
  956.     (proclaim '(declaration  :in-file))
  957.  
  958.     In order for the optimizations to cut in, 
  959.     the read functions must be supplied with 3 args and the
  960.     write functions with 2.  The second of the read args
  961.     must be nil.
  962.     Note with read-byte, using an eof value which is a fixnum,
  963.     allows you to declare the location you will pass to as a fixnum.
  964.     
  965.     
  966.     
  967. Wed Mar 22 17:19:03 1989  Bill Schelter  (wfs at rascal)
  968.  
  969.     * Change c1fmla-constant in cmpif.lsp.
  970.     (if (null 2) x y ) was yielding x not y!
  971.  
  972. Sun Mar 19 12:26:21 1989  Bill Schelter  (wfs at rascal)
  973.  
  974.     * fix stream_at_end, so that a stream opened for  `io'
  975.     does the check, when reading, so that read can
  976.     return eof properly.
  977.  
  978. Sun Mar 12 01:40:53 1989  Bill Schelter  (wfs at rascal)
  979.  
  980.     * speed up the intern of symbol in pack_hash
  981.     computation.
  982.  
  983.     * psetf bug in case of two args (psetf a 3)
  984.     not passing the environment.   setf.lsp
  985.     
  986.  
  987. Fri Feb 24 22:27:22 1989  Bill Schelter  (wfs at rascal)
  988.  
  989.     * add fixes for &environment to allow it to come
  990.     anywhere in the lambda list. defmacro.lsp and cmplam
  991.     (change from R. Harris).
  992.  
  993. Wed Feb 22 17:24:30 1989  Bill Schelter  (wfs at rascal)
  994.  
  995.     * fix tree-equal to save the previous test in list.d
  996.     (assoc '(c) '((a b) ((c) d)) :test #'tree-equal) failed.
  997.     (by Cooperman)
  998.  
  999. Sun Feb 19 17:42:31 1989  Bill Schelter  (wfs at rascal)
  1000.  
  1001.     * Fix hash_equal in hash.d.  It was broken for circular
  1002.     structures or lists.   This would affect sxhash as well
  1003.     as equal hash tables.
  1004.  
  1005.     * Fix obscure bug in compiler in cmptop.lsp, which could
  1006.     possibly leave out a sup declaration.   The c compiler
  1007.     would catch this.
  1008.  
  1009.     * Fix comparison of arrays under equalp in c/predicate.c
  1010.     It had been broken for rank different from 1.
  1011.     * Fix the assembler for the sun4 in sun4_chtab.s for
  1012.     multiply.  (bug report by Harris).
  1013.  
  1014. Fri Dec  9 00:47:46 1988  Bill Schelter  (wfs at rascal)
  1015.  
  1016.     * Made changes to sfasl to make it more portable.
  1017.     * added structures and characters to the types
  1018.     handled by fasdump.c
  1019.     * changed the c stack check in gbc.c to use cs_check.
  1020.  
  1021. Sun Nov 27 12:31:13 1988  Bill Schelter  (wfs at rascal)
  1022.  
  1023.     * Add si::fp-input-stream, si::fp-output-stream,
  1024.     Which take one arg a stream, and return a stream
  1025.     with an strm->sm.sm_fp slot suitable for use with fread and fwrite.
  1026.     If this is not possible nil is returned.
  1027.     
  1028.  
  1029. Wed Nov  2 16:09:17 1988  Bill Schelter  (wfs at rascal)
  1030.  
  1031.     * inline-args fix:
  1032.     (defun x (c s i)
  1033.       (declare (optimize (safety 2)))
  1034.       (declare (fixnum i))
  1035.       (setf (char s (setq i (1+ i))) c))
  1036.      made c, not just i a fixnum in the char compilation,
  1037.      fixed in inline-args (by E. Wang)  edward@ucbarpa.Berkeley.EDU
  1038.      file cmpinline.lsp
  1039.  
  1040. Wed Oct 12 17:01:06 1988  Bill Schelter  (wfs at rascal)
  1041.  
  1042.     * Added new array types:   files cmptype,array.c,typespec.c,cmpopt,
  1043.       predlib.lsp, gbc.c,  and maybe some others.
  1044.       Purpose of the change was to allow programs like CLX which
  1045.       use lots of numerical arrays, to be much more economical.
  1046.       Also make-array now coerces the element-type in a reasonable
  1047.       way, and the same handling is used in the compiler.
  1048.       
  1049.       New array element types:
  1050.       signed-char,  unsigned-char,  signed-short, unsigned-short
  1051.       The ranges on a SUN are
  1052.       ((INTEGER -128 127)        (INTEGER 0 255) (INTEGER -32768 32767)
  1053.        (INTEGER   0 65535)) respectively.
  1054.       Note that now
  1055.       make-array will always try to find the `best' array to
  1056.       accommodate the element-type specified.   For example on a SUN
  1057.       (mod 1) --> bit
  1058.       (integer 0 10) --> unsigned-char
  1059.       (integer -3 10) --> signed-char
  1060.       si::best-array-element-type is the function doing this.  It
  1061.       is also used by the compiler, for coercing array element types.
  1062.       If you are going to declare an array you should use the same
  1063.       element type as was used in making it.  eg
  1064.       (setq my-array (make-array 4 :element-type '(integer 0 10)))
  1065.       (the (array (integer 0 10)) my-array)
  1066.       
  1067.  
  1068.       
  1069.       ..  When wanting to optimize you need to make a reference:
  1070.       (the fixnum (aref (the (array (integer -3 10)) ar) (the fixnum i)))
  1071.       if ar were constructed using the (integer -3 10) element-type.
  1072.       You could of course used signed-char, but since the ranges
  1073.       may be implementation dependent it is better to use -3 10 range.
  1074.       make-array needs to do some calculation with the element-type
  1075.       if you don't provide a primitive data-type.  One way of doing
  1076.       this in a machine independent fashion:
  1077.       (defvar *my-elt-type* #. (array-element-type (make-array 1
  1078.       :element-type '(integer -3 10))))
  1079.       Then calls to (make-array n :element-type *my-elt-type*)
  1080.        will not have to go through a type inclusion computation.
  1081.       
  1082.        
  1083.        
  1084. Tue Oct 11 09:52:13 1988  Bill Schelter  (wfs at rascal)
  1085.  
  1086.     * When using gcc, it could happen that there was
  1087.     a string in in the init function, which got placed
  1088.     before the init function.  Had to add -fwritable-strings
  1089.     to stop this.
  1090.  
  1091. Sun Oct  2 13:35:11 1988  Bill Schelter  (wfs at rascal)
  1092.  
  1093.     * Fix MP386 and att port bugs, introduced with the
  1094.     new mp386.h, att.h and mp386.defs files.
  1095.     * Fix unixtime at least for bsd, so that get-internal-real-time
  1096.     does not wrap every few hours, but will not wrap below 400 days.
  1097.     * Fix directory problems with compiling in other than the current
  1098.     directory, in the name of the file specified in the include.
  1099.     The command on most systems cd 's to the directory to run the
  1100.     cc, and so the .h file needed to use an unprefixed name.
  1101.     
  1102.  
  1103. Sat Sep 24 16:02:22 1988  Bill Schelter  (wfs at rascal)
  1104.  
  1105.     * Changes to the computation of double-float-epsilon
  1106.     and more generally XX-epsilon.  First they did not
  1107.     satisfy the condition of
  1108.     (defun fo (e) (not (= (float 1 e) (+ (float 1 e) e))))
  1109.     (fo double-float-epsilon) --> t
  1110.     as per CLtL.   As it stands they at least satisfy the
  1111.     test, although there may be floats slightly smaller which
  1112.     also do.
  1113.     
  1114.     Second on some machines (eg HP) the calculation done
  1115.     in line, carried more precision than that which would
  1116.     be normal when passed through eql, so that we changed
  1117.     the test == in constructing the double float epsilon
  1118.     to use a function call.  Otherwise the epsilon was
  1119.     ~10^-20 instead of the correct ~10^-16.
  1120.  
  1121. Thu Sep 22 14:08:07 1988  Bill Schelter  (wfs at rascal)
  1122.  
  1123.     * Fixed hash_equal not to use the cast to int,
  1124.     in computing hash of a symbol name
  1125.     since this made sun4's unhappy (file hash.d ).
  1126.  
  1127. Wed Sep 14 12:02:35 1988  Bill Schelter  (wfs at rascal)
  1128.  
  1129.     * fix to setf to make sure that
  1130.     (defmacro joe (x) `(progn t (car ,x)))
  1131.     (defsetf joe rplaca)
  1132.     work correctly.   files changed are assignment.c and setf.lsp
  1133.     The defsetf'd definition takes precedence in the macroexpansion.
  1134.     The bad order was introduced when the evaluation of the macros including
  1135.     their environments was introduced (see below).
  1136.  
  1137. Mon Sep 12 10:09:56 1988  Bill Schelter  (wfs at rascal)
  1138.  
  1139.     * use varargs.h for bind.c and list.d where
  1140.     variable length args are passed.  We only use
  1141.     va_arg(ap,object) to access the next arg now.
  1142.     There are no more indexed references, since that
  1143.     is less portable.
  1144.  
  1145.     * A major change for porting:  Each machine type
  1146.     now has a .h file of its own, and things like alloc.c,
  1147.     main.c, unixsave.c  no longer should be modified for
  1148.     individual machines.  The file config.h is a link
  1149.     from `your-machine`.h and things like the VSSIZE,
  1150.     are also specified in that file.  There are also
  1151.     files such as bsd.h , att.h (for system V) which
  1152.     can be included by the various special machine files.
  1153.  
  1154.     * c support for extended_div was added, and will
  1155.     be used if USE_C_EXTENDED_DIV is defined.  The only
  1156.     function which does not have a C definition on the sun4
  1157.     version is extended_mul.  Note that the c version
  1158.     of extended_div is included in big.c rather than earith.c
  1159.     since the latter is not compiled with the optimize switch.
  1160.  
  1161.     * The assembler functions of bitop.c had been being redefined
  1162.     by macros in gbc.c in an earlier change (this was actually
  1163.     4 times faster on a sun3), and now those functions have
  1164.     dummy definitions, which will go away soon.
  1165.  
  1166. Wed Aug 31 23:38:08 1988  Bill Schelter  (wfs at rascal)
  1167.  
  1168.     * use varargs for the funlink of proclaimed functions,
  1169.     This affects cmpcall.lsp, funlink.c and requires
  1170.     <varargs.h> to be included by cmpinclude.
  1171.     The old variable arg business was not portable to risc
  1172.     architectures, where args are passed in registers.
  1173.  
  1174.         * make print return a value in print.d
  1175.     Hope there are not more `implicit returns' hidden away.              
  1176.  
  1177. Fri Aug 19 15:13:06 1988  Bill Schelter  (wfs at rascal)
  1178.  
  1179.     * Make (subtypep 'string-char 'character) --> t
  1180.  
  1181. Wed Aug  3 11:33:20 1988  Bill Schelter  (wfs at rascal)
  1182.  
  1183.     * I have removed the dynamic growing of the special binding
  1184.     stack which I had added a few months ago (cf bds.h,main.c,bds.c.)
  1185.        It had ignored
  1186.     the fact that some functions eg, Levalhook grab a pointer
  1187.     into the bds rather than just an index.  These could easily have
  1188.     been changed, but until we allow the other stacks to grow
  1189.     dynamically, it is of questionable value.  
  1190.  
  1191. Fri Jul  1 09:41:36 1988  Bill Schelter  (wfs at rascal)
  1192.  
  1193.     * allow assoc to take key in c/list.d as per mail
  1194.       442  23-Jun  pc%linus@mitre-bedford.ar  KCL Bug: assoc doesn't take :key
  1195.  
  1196.  
  1197. Wed Jun 15 16:46:40 1988  Bill Schelter  (wfs at rascal)
  1198.  
  1199.     * Added support for switch construct (see cmpnew/cmptag.lsp
  1200.     for documentation)
  1201.     This will allow compiling into the c switch construct
  1202.     if (the test variable is declared to be a subtype of
  1203.     fixnum) which can then allow much faster switching on
  1204.     cases.  To do:Should optimize some of case constructs into
  1205.     switch, where applicable.
  1206.  
  1207. Wed Jun  8 11:43:00 1988  Bill Schelter  (wfs at rascal)
  1208.  
  1209.     * Altered the marking of the c stack in gbc.c.
  1210.     Now the current location for the c stack is taken
  1211.     in a separate function from the one where the environment
  1212.     is forced onto the stack, so that we don't have to
  1213.     depend on the c compilers doing things in the expected
  1214.     order.  See mark_stack_carefully.  Also added a flag
  1215.     C_GC_OFFSET which if defined to 2, will mark
  1216.     the stack twice once on 4m and once on 4m+2.
  1217.  
  1218.     * changed the initialization in main.c of bds_org
  1219.     and bds_limit.
  1220.     
  1221.     This is to fit in with the earlier change to
  1222.     bds_overflow, to allow the bds to grow.   bds_org
  1223.     is now a pointer rather than a hardwired value.
  1224.     
  1225.  
  1226. Tue Jun  7 04:44:15 1988  Bill Schelter  (wfs at rascal)
  1227.  
  1228.     * Fix equalp to use the fill-pointer as a limit
  1229.     when comparing strings,vectors and bitvectors.
  1230.     
  1231.  
  1232. Mon Jun  6 11:29:08 1988  Bill Schelter  (wfs at rascal)
  1233.  
  1234.     * Fix rotatef in setf.lsp to return NIL per CLtL
  1235.     * Fix handling of &rest arg in cmplam.lsp
  1236.     c2lambda-expr-without-key as per bug fix of Yuasa
  1237.     12-Nov  yuasa%kurims.kurims.kyoto  A bug fix
  1238.     * Add the fix to quick-sort as per
  1239.        67  12-Jan  yuasa%tutics.tut.junet%ut  Re: sort bug
  1240.     * Add fix for shadowing-import per
  1241.        68  12-Jan  yuasa%tutics.tut.junet%ut  Re: SHADOWING-IMPORT doesn't
  1242.     * Fix (random 0) bug, adding TSpositive_number type. as per
  1243.        69  12-Jan  yuasa%..  Re: (random 0) => losing error message
  1244.     * Fix (make-array  2 0) bug per
  1245.          70  13-Jan  yuasa%tutics.tut.junet%ut  Re: Nil is a sequence
  1246.     * Add bogus value (*READ-DEFAULT-FLOAT-FORMAT* t) when
  1247.     printing a float in a compiled file, so that it will always
  1248.         add the type in the printing, and we won't get a float
  1249.     type different from that used at compile time
  1250.     cf.    80  28-Jan  yuasa%tutics.tut.junet%ut  Re: float numbers
  1251.     * Add fix for bug
  1252.     setf (aref x (decf i)) (aref x 1)) ->
  1253.         "base[2]= aset1(base[0],V1,fix(base[1]));"
  1254.     to cmpinline.lsp, as per
  1255.        92   8-Feb  yuasa%tutics.tut.junet%ut  Re: compiler bug?
  1256.     *All fixes by yuasa in the kcl-mail-archive  thru Jun 88
  1257.     are now incorporated in akcl
  1258.     * Altered cmp-macroexpand-1 to use the local macro environment
  1259.     
  1260.  
  1261.  
  1262.  
  1263. Wed Jun  1 13:29:57 1988  Bill Schelter  (wfs at rascal)
  1264.  
  1265.     * Altered macros.c to pass the function-macro environment
  1266.     if it is non nil.  This is needed so that macro expansion
  1267.     functions can be called in the correct environment.
  1268.     Altered cmputil.lsp so that cmp-macroexpand and cmp-macro-expand
  1269.     both use the current compiler macro environment.
  1270.     Finally altered setf, so that it looks at the macro
  1271.     environment when it expands the place.
  1272.  
  1273.     Deleted treatment of setf as special form by the compiler,
  1274.     (introduced yesterday!)
  1275.     now that macros are handled correctly, and it is defined
  1276.     correctly as a macro.
  1277.  
  1278.     Things like
  1279.     (macrolet ((ab nil 'a)) (setf (the fixnum (ab)) 3))
  1280.     Now work to give (set 'a (the fixnum 3)) as expected.
  1281.     
  1282.     
  1283.  
  1284. Mon May 30 11:40:47 1988  Bill Schelter  (wfs at rascal)
  1285.  
  1286.     * Altered setf to macroexpand the place in the current
  1287.     lexical environment so that
  1288.     (macrolet ((joe nil 'bil))(setf (joe) n))
  1289.     would behave correctly.  This change was in assignment.c
  1290.     in `setf' and also in cmputils.lsp adding c1setf, to
  1291.     get analagous treatment for compiler.
  1292.     To do:
  1293.     It is still not totally correct:  I don't handle
  1294.     (macrolet ((joe nil 'bil))(setf (the fixnum (joe)) n))
  1295.     but
  1296.     (macrolet ((joe nil '(the fixnum bil)))(setf (joe) n))
  1297.     is ok.
  1298.  
  1299. Tue May 24 09:38:58 1988  Bill Schelter  (wfs at rascal)
  1300.  
  1301.     * Changed float to return single-float if given only one
  1302.     arg, as per CLtL.
  1303.  
  1304.     * Added a dynamic growth feature the bds stack, changing
  1305.     bds_org to be a variable rather than a macro, and altering
  1306.     bds_overflow.
  1307.     
  1308.     *Enforce  substantial constraints on downward closures ,to be relaxed
  1309.     at a future date: Currently no args, and no cross references
  1310.     to other types of closures.   This is done in check-downward
  1311.     in t1defun.  
  1312.  
  1313.     
  1314.  
  1315.     
  1316.  
  1317.     
  1318.  
  1319.  
  1320.